home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0080 / 824.txt < prev    next >
Text File  |  1997-04-16  |  9KB  |  259 lines

  1.  
  2. INFO-ATARI16 Digest         Mon, 18 Dec 89       Volume 89 : Issue  824
  3.  
  4. Today's Topics:
  5.                      Another redirection question
  6.                              Bantam book
  7.                     Chaos Strikes Back (CSB) bugs?
  8.                 Help, please, with sound on the ST...
  9.                      MS-DOS emulator with 80386SX
  10.                      New Atari Developers Package
  11.                      Those 'crippled' Mega2 ST's
  12.                           Unexpandable megas
  13. ----------------------------------------------------------------------
  14.  
  15. Date: 18 Dec 89 13:47:41 GMT
  16. From: mcsun!hp4nl!ruuinf!cs.ruu.nl@uunet.uu.net  (Piet van Oostrum)
  17. Subject: Another redirection question
  18. Message-ID: <2183@ruuinf.cs.ruu.nl>
  19.  
  20. In article <1787@ncrcce.StPaul.NCR.COM>, rogers@ncrcce (Bob Rogers) writes:
  21.  `I've modified the MicroEMACS that came with the Mark Williams C compiler to
  22.  `read standard input (e.g., you can put it at the end of the pipe and then
  23.  `view/edit the stuff that came out the pipe).  Is there any way to re-connect
  24.  `the console to standard input so that a program (which itself used standard
  25.  `input) run from within the editor via system() will operate correctly?
  26.  `
  27.  `In UNIX this is done by:
  28.  `      tty = open("/dev/tty", 0);
  29.  `      close(0);
  30.  `      dup(tty);
  31.  `      system("whatever");     /* "whatever" now has access to proper stdin */
  32.  `
  33.  `I've tried a similar technique using the ST's "con:" device in place of
  34.  `/dev/tty but to no avail.  Can anyone offer a solution?
  35.  
  36. Fforce (0, -1) or Fforce (0, Fopen ("con:", 0));
  37. --
  38. Piet* van Oostrum, Dept of Computer Science, Utrecht University,
  39. Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
  40. Telephone: +31-30-531806   Uucp:   uunet!mcsun!hp4nl!ruuinf!piet
  41. Telefax:   +31-30-513791   Internet:  piet@cs.ruu.nl   (*`Pete')
  42.  
  43. ------------------------------
  44.  
  45. Date: 18 Dec 89 12:07:44 GMT
  46. From:
  47.  zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!murtoa.cs.mu.oz.au!ditmela!diem
  48.  en!tasis!jmw@tut.cis.ohio-state.edu  (John Williams)
  49. Subject: Bantam book
  50. Message-ID: <1234@diemen.cc.utas.oz>
  51.  
  52. My brother is going to be in the LA area shortly and I was wondering if
  53. some kind soul could tell me where to direct him to get me a copy of the
  54. book 'Atari ST Application Programming' by Pollack & Weber (Bantam books)
  55. or any other recommended book on ST programming.
  56.  
  57. Thanx in advance,
  58.  
  59. John M Williams
  60. ACSnet: jmw@tasis.utas.oz       ARPA:   jmw%tasis.utas.oz@uunet.uu.net
  61. UUCP:   ?enea,hplabs,mcvax,uunet,ukc?!munnari!tasis.utas.oz!jmw
  62.  
  63. ------------------------------
  64.  
  65. Date: 18 Dec 89 16:12:17 GMT
  66. From: crash!canada@nosc.mil  (Diane Barlow Close)
  67. Subject: Chaos Strikes Back (CSB) bugs?
  68. Message-ID: <926@crash.cts.com>
  69.  
  70. In article <10355@stag.math.lsa.umich.edu> dyer@math.lsa.umich.edu (Jon Brode)
  71.  writes:
  72. >BTW, is anyone from FTL listening? How do I get in touch with them to
  73. >send in bug/oddness reports?
  74.  
  75. While it isn't strictly the same thing, I'm collecting CHAOS bug reports
  76. and reporting them to FTL (who is here in San Diego).  Why?  My husband was
  77. one of the play testers and spent many, many hours playing CHAOS and
  78. tracking down bugs.  We are both interested in seeing the kinds of things
  79. that play testers miss (perhaps it is due to just using *local* play
  80. testers, rather than a broader spectrum of people?).  If you want to call
  81. FTL yourself, report all bugs to ``Debbie'' at (619) 453-5711.  Or write
  82. FTL c/o Software Heaven, 6160 Lusk Blvd., San Diego ,CA (forgotten the zip,
  83. sorry).
  84.  
  85. --
  86. Diane Barlow Close
  87.       ?nosc, ucsd?!crash!canada
  88.       canada@crash.cts.com
  89.       Free Canada -- Trade Mulroney
  90.  
  91. ------------------------------
  92.  
  93. Date: 18 Dec 89 13:10:25 GMT
  94. From: att!dptg!lzaz!hcj@ucbvax.Berkeley.EDU  (HC Johnson)
  95. Subject: Help, please, with sound on the ST...
  96. Message-ID: <888@lzaz.ATT.COM>
  97.  
  98. In article <8912150807.AA16779@ucbvax.Berkeley.EDU>, AMEIJ@vax.oxford.ac.UK (Jan
  99.  Ameij) writes:
  100. > Dear Everyone,
  101. >
  102. > Very simple, I hope... Can some kind person out there send me a command string
  103. > for the xbios Dosound command which produces, say, middle C for 1 second.
  104. > A guide as to how to change a) pitch and b) duration would be much
  105.  appreciated.
  106. >
  107. > Thanks in advance,
  108. > Jan Ameij
  109.  
  110.  
  111. Find someone with MWC.  Page 171-172 gives you a full working example.
  112.  
  113. Howard C. Johnson
  114. ATT Bell Labs
  115. att!lzaz!hcj
  116. hcj@lzaz.att.com
  117.  
  118. ------------------------------
  119.  
  120. Date: 18 Dec 89 13:57:21 GMT
  121. From: mcsun!unido!gmdzi!focke@uunet.uu.net  (Stefan Focke)
  122. Subject: MS-DOS emulator with 80386SX
  123. Message-ID: <1811@gmdzi.UUCP>
  124.  
  125. In a german computer magazine (c't 1/90) I found the announcement for
  126. a MS-DOS emulator with a 80386SX processor.
  127.  
  128. Some information:
  129.  
  130. 16 MHz 80386SX
  131. 16 MHz 68000 (option: 8kB cache - your ST will be 70% faster)
  132. 1MB memory (80 ns) (option: 2MB on board, 8MB extern)
  133. 1 AT slot (EGA-card ...)
  134. MS - DOS 4.01
  135. Processors are able to work parallel. The 386 is able to support the 68000
  136. RAM is useable in ST mode (RAM-disk or memory extension)
  137. 80387SX optional
  138. directly connected to the bus
  139. supports harddisk, floppy, monitor
  140.  
  141. Available in January 1990. It will cost 1898,- DM (1000 $ I think)
  142.  
  143. by Omega Computer Systeme GmbH
  144.    Oeltzenstr. 14
  145.    3000 Hannover 1
  146.  
  147.    0511 / 17294
  148.  
  149.  
  150.  
  151. ----------------------------
  152.  
  153. I don't know anything more about this machine. Don't ask me, if you want
  154. more information.
  155.  
  156. ---------------------------
  157.  
  158. I hope, that is a product, that will be available in January 90, not in
  159. Dezember 1992.
  160.  
  161. I remeber MEGA ST, TOS 1.4, Supercharger, ...
  162.  
  163. Stefan Focke       (focke@gmdzi.UUCP)
  164.  
  165. ------------------------------
  166.  
  167. Date: 18 Dec 89 04:20:12 GMT
  168. From: portal!cup.portal.com!buggs@uunet.uu.net  (William Edward JuneJr)
  169. Subject: New Atari Developers Package
  170. Message-ID: <25157@cup.portal.com>
  171.  
  172. What if you're like me?
  173. I bought a used 'developers package'. I've tried to get it re-registered in my
  174.  
  175. with no luck. I can't get the guy I bought it from to get a notorised note to
  176. the efeect he has NO copies of ANYTHING.
  177. Bummer, I was hopin' to do this too. As it is, I have Laser C, MWC, both debug
  178. rs
  179. a BUNCH of docs, the original Alcyon C<some corrupt files>.
  180.  
  181. Ed <wonderin' what to do> June
  182.  
  183. ------------------------------
  184.  
  185. Date: 18 DEC 89 08:00:32 CST
  186. From: Z4648252 <Z4648252%SFAUSTIN.BITNET@ricevm1.rice.edu>
  187. Subject: Those 'crippled' Mega2 ST's
  188. Message-ID: <891218.08003127.002303@SFA.CP6>
  189.  
  190. RE: Mega2 ST that are 'not expandable'
  191.  
  192.     I think, in my always unexpert opinion, that those 'unexpandable'
  193. Mega2 STs, the ones which don't have Mega4 memory expansion areas, are
  194. unexpandable only as per the experience of the dealer's tech or
  195. individual attempting to work on the unit.
  196.     My dealer has been expanding those STs to four megs with no problem.
  197. Don't know how or if they are using their own expansion board or what,
  198. but they do it.
  199.     Regarding Ken and other Atari engineers who have commented on
  200. these units.  Remember that these kind folks are engineers, not the
  201. marketing people...  Do or die, they have to perform their work the
  202. way the boss man says...
  203.  
  204. Larry Rymal:  |East Texas Atari 68NNNers| <Z4648252@SFAUSTIN.BITNET>
  205.  
  206. ------------------------------
  207.  
  208. Date: 18 Dec 89 15:35:33 GMT
  209. From:
  210.  cs.utexas.edu!usc!brutus.cs.uiuc.edu!caesar.cs.montana.edu!ogicse!blake!ramsiri
  211.  @tut.cis.ohio-state.edu  (Enartloc Nhoj)
  212. Subject: Unexpandable megas
  213. Message-ID: <4957@blake.acs.washington.edu>
  214.  
  215. In article <31738@iuvax.cs.indiana.edu> kclenden@silver.bacs.indiana.edu (Kevin
  216.  Clendenien) writes:
  217. >but why is it that Radio Shack computers need Radio Shack peripherals?
  218. >Why is it that Apple computers need Apple peripherals?  And why is it
  219. >that Apple and Radio Shack peripherals are always more expensive than
  220. >comparable Atari peripherals?  Every computer has its trade offs.  You
  221.  
  222. Peripherals for the machines mentioned above are NOT ALWAYS more
  223. expensive than comparable Atari peripherals.
  224.  
  225. To wit:  I paid a total of $1,050 for my Quantum 80S drive with
  226. case and power, adaptor etc...  the same drive can be bought
  227. from the same distributor for internal use with a mac for $699.00.
  228. My 1040ST won't take an internal drive.
  229.  
  230. A friend of mine bought an HP laser for under $1200.00.. you don't
  231. NEED to buy the Apple Laser.
  232.  
  233. He also has a full page monochrome monitor he bought for $500.00
  234. There's a full 2 page monochrome monitor with software et al
  235. available for the MAC for a LIST price of $899.00.
  236. COmpare $899.00 with $1900.00 for the MONITERM which only runs on the
  237. megas.
  238.  
  239. These are only a few examples.
  240.  
  241. Fortunately, the TT looks like a machine that will allow a
  242. greater freedom of choice in the peripherals market...
  243.  
  244. Let's hope we all get to see one soon.
  245.  
  246. >happens.  They work their butts off producing an affordable machine.
  247. >Maybe one day they will have enough stock to start really supporting
  248. >the USA...
  249.  
  250. It's a two-way street with lots of traffic lights.
  251.  
  252. kevin
  253. ramsiri@blake.acs.washington.edu
  254.  
  255. ------------------------------
  256.  
  257. End of INFO-ATARI16 Digest V89 Issue #824
  258. *****************************************
  259.